home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TELCALENDARFORM / TELCALENDARFORM.txt < prev   
Text File  |  2003-07-29  |  2KB  |  88 lines

  1. object ElCalendarForm: TElCalendarForm
  2.   Left = 324
  3.   Top = 309
  4.   Width = 202
  5.   Height = 175
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Calendar'
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Panel2: TPanel
  24.     Left = 0
  25.     Top = 118
  26.     Width = 194
  27.     Height = 30
  28.     Align = alBottom
  29.     BevelOuter = bvNone
  30.     TabOrder = 0
  31.     object TodayBtn: TElPopupButton
  32.       Left = 2
  33.       Top = 4
  34.       Width = 39
  35.       Height = 25
  36.       Cursor = crDefault
  37.       ImageIndex = 0
  38.       DrawDefaultFrame = False
  39.       PopupPlace = ppRight
  40.       LinkStyle = [fsUnderline]
  41.       NumGlyphs = 1
  42.       Caption = 'Today'
  43.       TabOrder = 0
  44.       Color = clBtnFace
  45.       ParentColor = False
  46.       OnClick = TodayBtnClick
  47.     end
  48.     object OkBtn: TElPopupButton
  49.       Left = 61
  50.       Top = 4
  51.       Width = 65
  52.       Height = 25
  53.       Cursor = crDefault
  54.       ImageIndex = 0
  55.       DrawDefaultFrame = False
  56.       PopupPlace = ppRight
  57.       Default = True
  58.       ModalResult = 1
  59.       LinkStyle = [fsUnderline]
  60.       NumGlyphs = 1
  61.       Caption = 'OK'
  62.       TabOrder = 1
  63.       Color = clBtnFace
  64.       ParentColor = False
  65.       OnClick = OkBtnClick
  66.     end
  67.     object CancelBtn: TElPopupButton
  68.       Left = 128
  69.       Top = 4
  70.       Width = 65
  71.       Height = 25
  72.       Cursor = crDefault
  73.       ImageIndex = 0
  74.       DrawDefaultFrame = False
  75.       PopupPlace = ppRight
  76.       Cancel = True
  77.       ModalResult = 2
  78.       LinkStyle = [fsUnderline]
  79.       NumGlyphs = 1
  80.       Caption = 'Cancel'
  81.       TabOrder = 2
  82.       Color = clBtnFace
  83.       ParentColor = False
  84.       OnClick = CancelBtnClick
  85.     end
  86.   end
  87. end
  88.